home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Music / PLAY / Play16 / Play16.readme < prev    next >
Text File  |  1995-06-22  |  5KB  |  105 lines

  1. Short: Plays WAV, IFF, MAUD, etc, 14 bit output
  2. Uploader: wenzel@unixserv.rz.fh-hannover.de
  3. Author: wenzel@unixserv.rz.fh-hannover.de
  4. Type: mus/play
  5.  
  6. ---------------------------------------------------------------------------
  7. -- Play16 version 1.4 (22.06.95) - a versatile soundplayer for the Amiga --
  8. ---------------------------------------------------------------------------
  9.  
  10. Features in brief
  11. -----------------
  12.  - autodetects and plays several soundfiles, up to 16 bit / 56 kHz / stereo
  13.  - full Workbench support (but not Intuition and no GUI)
  14.  - always correct playback speed, even for sounds >28 kHz
  15.  - realtime playback from harddisk, optimized assembler routines
  16.  - optional 14 bit output (less noise but not as good as true 16 bit)
  17.  - automatic or manual audio filter control
  18.  - plays mono sounds on *both* channels, not only on the left one
  19.  - plays (and loops) files that are larger than memory
  20.  - preloading for exactly timed start of playback
  21.  - fast uLaw decompression
  22.  - system friendly audio channel allocation
  23.  - optionally dump the output into a file (can be used to convert sounds)
  24.  - supported Filetypes are:
  25.  
  26.    * Microsoft RIFF-WAVE  (.WAV)  mono / stereo, 8 / 16 bit, linear / uLaw
  27.    * Creative Voice File  (.VOC)  mono / stereo, 8 / 16 bit, linear
  28.    * Sun/NeXT Audio       (.AU)   mono / stereo, 8 / 16 bit, linear / uLaw
  29.    * MacroSystem MAUD     (.MAUD) mono / stereo, 8 / 16 bit, linear
  30.    * Apple/SGI/Amiga AIFF (.AIFF) mono / stereo, 8 / 16 bit, linear
  31.    * Amiga IFF-8SVX       (.IFF)  mono / stereo, 8      bit, linear
  32.    * Any raw sound data as long as it matches one of the following:
  33.      -  8 bit signed
  34.      -  8 bit unsigned
  35.      - 16 bit signed, Intel format    (LSB first)
  36.      - 16 bit signed, Motorola format (MSB first)
  37.  
  38.     - supported output devices are:
  39.  
  40.    * Native Amiga chipset (Paula)  8 bit
  41.    * Native Amiga chipset (Paula) 14 bit
  42.    * Native Amiga chipset (Paula) 14 bit calibrated (Christian Buchner)
  43.    * MacroSystem Maestro Pro      16 bit 44.1kHz and 48kHz only
  44.    * IFF-8SVX file dump            8 bit
  45.  
  46. What's new since V1.3?
  47. ----------------------
  48. V1.4    - Wildcard and multiple file support
  49.         - Environment variable support (partial)
  50.         - A filerequester will pop up if no filename is given
  51.         - Workbench support, including icon with tooltype entries
  52.         - Maestro Pro output, using Richard Körber's Maestix package
  53.         - Calibrated 14 bit output, using Christian Buchner's
  54.           CyberSound package
  55.         - IFF-8SVX file dump
  56.         - Creative VOC support (currently only 1st data block)
  57.           (This format crazy :-))
  58.         - Closing the output window now stops playback, too
  59.         - Looping now for single mode as well, LOOPS=0 won't cause
  60.           a severe crash any more
  61.           Thanks to Andy Church for reporting it.
  62.         - Open a screen during playback, e.g. productivity for fast DMA
  63.         - 68040 version included
  64.         - German docs
  65.  
  66. --------------------------------- In German -------------------------------
  67.  
  68. Kurzübersicht
  69. -------------
  70.  - erkennt und spielt automatisch verschiedene Soundformate, bis zu
  71.    16 Bit, 56 kHz, stereo
  72.  - volle Workbench-Unterstützung, jedoch kein GUI
  73.  - immer korrekte Wiedergabegeschwindigkeit, sogar bei Sounds >28 kHz
  74.  - Echtzeitwiedergabe von Festplatte, optimierte Assembler-Routinen
  75.  - 14 Bit Ausgabe möglich (weniger Rauschen, aber schlechter als 16 Bit)
  76.  - automatische oder manuelle Filter-Kontrolle
  77.  - spielt Mono-Sounds auf BEIDEN Kanälen, nicht nur auf dem linken
  78.  - spielt (und wiederholt) Files, die größer als der Speicher sind
  79.  - Vorlade-Funktion für Tastengenaues Playback-Starten
  80.  - schnelle uLaw Entpackfunktion
  81.  - Systemfreundliche Tonkanal-Belegung
  82.  - Ausgabe in ein File ist möglich (Sound-Konvertierung)
  83.  - unterstützte Filetypen bislang:
  84.  
  85.    * Microsoft RIFF-WAVE  (.WAV)  mono / stereo, 8 / 16 bit, linear / uLaw
  86.    * Creative Voice File  (.VOC)  mono / stereo, 8 / 16 bit, linear
  87.    * Sun/NeXT Audio       (.AU)   mono / stereo, 8 / 16 bit, linear / uLaw
  88.    * MacroSystem MAUD     (.MAUD) mono / stereo, 8 / 16 bit, linear
  89.    * Apple/SGI/Amiga AIFF (.AIFF) mono / stereo, 8 / 16 bit, linear
  90.    * Amiga IFF-8SVX       (.IFF)  mono / stereo, 8      bit, linear
  91.    * Raw-Sound-Daten mit mindestens einer folgender Voraussetzungen:
  92.      -  8 bit Vorzeichenbehaftet
  93.      -  8 bit nicht Vorzeichenbehaftet
  94.      - 16 bit signed, Intel Format    (LSB zuerst)
  95.      - 16 bit signed, Motorola Format (MSB zuerst)
  96.  
  97.  - derzeitig unterstützte Ausgabegeräte:
  98.  
  99.    * Amiga (Paula)  8 bit
  100.    * Amiga (Paula) 14 bit
  101.    * Amiga (Paula) 14 bit kalibriert (Christian Buchner)
  102.    * MacroSystem Maestro Pro      16 bit 44.1kHz und 48kHz
  103.    * IFF-8SVX File Ausgabe         8 bit
  104.  
  105.